home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / raversfilters / weak noise en-decryption < prev    next >
Text File  |  1999-06-15  |  656b  |  33 lines

  1. Category: Cryptology
  2. Title: Weak Noise En-/Decryption
  3. Copyright: Copyright 1998 by harry@visca.com
  4. Author: Harry the Raver
  5. Filename: WeakEncy.8bf
  6.  
  7. R:put(((ctl(z*2)*ctl(z*2+1))^(ctl(6)+ctl(7))),2),c^(get(2)>>rnd(8,16))
  8.  
  9. G:put(((ctl(z*2)*ctl(z*2+1))^(ctl(6)+ctl(7))),2),c^(get(2)>>rnd(8,16))
  10.  
  11. B:put(((ctl(z*2)*ctl(z*2+1))^(ctl(6)+ctl(7))),2),c^(get(2)>>rnd(8,16))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Key 1
  16. ctl[1]: Red Key 2
  17. ctl[2]: Green Key 1 
  18. ctl[3]: Green Key 2 
  19. ctl[4]: Blue Key 1 
  20. ctl[5]: Blue Key 2 
  21. ctl[6]: Master Key 1
  22. ctl[7]: Master Key 2
  23.  
  24. val[0]: 118
  25. val[1]: 141
  26. val[2]: 42
  27. val[3]: 26
  28. val[4]: 166
  29. val[5]: 220
  30. val[6]: 215
  31. val[7]: 131
  32.  
  33.